From be50bb499ad6acab2e6050e9917cc2c3eb7c4202 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Mon, 12 May 2025 12:39:48 +0200 Subject: [PATCH] feat(msi): do not schedule reboots ourselves let's have the MSI RestartManager take care of that Signed-off-by: Jyrki Gadinger [skip ci] --- admin/win/msi/Nextcloud.wxs | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 56acc7c6d..942275ad8 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -89,9 +89,6 @@ (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") - - - (SCHEDULE_REBOOT=1) OR NOT (UILevel=2) -- 2.30.2